Welcome![Sign In][Sign Up]
Location:
Search - rsa decryption

Search list

[ExploitRSA加密算法在VB中的实现

Description: RSA加密算法在VB中的实现 rsa加密解密算法在vb中的实现 仅供参考-RSA encryption algorithm in the VB achieve rsa encryption and decryption algorithm in the vb achieve is for reference only
Platform: | Size: 1880 | Author: yang | Hits:

[Crack HackRSA算法小实例

Description: 某位朋友\"用C#做的加密解密的东西,做在一起,有点乱,只是作为交流学习\"-certain friends "with C# to do encryption and decryption of things to do together, a little bit chaotic, but as the exchange of learning"
Platform: | Size: 229941 | Author: 宏伟 | Hits:

[Other resourcexor

Description: RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)   但在其它机子上一定得完成以上二步,方可运行。  3.   RSA的解密对象为C盘下文件名RSACIPER.txt文件,解密后在C盘下生成为End_CODE.txt文件。 运行步骤 (计算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。-RSA algorithm (classic) 1. First, it is necessary folder of documents copied to rsa.c running tools (eg TURBOC2) folder called INCLUDE of folders. (In this plane has been done, so there was no need to do) 2. RSA encryption target for the C-CODE.txt document, entitled under the former eight (if not necessarily in the C - to establish a document titled CODE.txt documents, the encrypted data to document wrote), encryption in the next generation C-1 document, entitled RSACIPER.txt document. (In this plane has been done, so there was no need to do the above two-step) but on the other machine had to complete the above two steps before running. 3. RSA decryption target for the C-under File Name RSACIPER.txt documents, declassified after the C-Descent into End_CODE.txt document. Run steps (PK calc
Platform: | Size: 8636 | Author: | Hits:

[OtherRSA 工具类

Description: rsa加解密工具类,包括2048/1024(RSA encryption and decryption tool class, including 2048/1024)
Platform: | Size: 2048 | Author: smile2134 | Hits:

[Crack Hack语音RSA加密

Description: RSA算法实现语音的加密和解密功能,里边还包含了录音功能(RSA algorithm for voice encryption and decryption function, which also contains the recording function)
Platform: | Size: 3072 | Author: 勒布朗001 | Hits:

[Crack Hackrsa

Description: rsa的加密解密算法,可以实现2048位的,虽然速度有点慢(RSA encryption and decryption algorithm, can achieve 2048 bits, although a bit slow)
Platform: | Size: 19456 | Author: NIUJIE | Hits:

[Otherrsa client serveur

Description: the encryption key is public and it is different from the decryption key which is kept secret (private). In RSA, this asymmetry is based on the practical difficulty of the factorization of the product of two large prime numbers, the "factoring problem". The acronym RSA is made of the initial letters of the surnames of Ron . A user of RSA creates and then publishes a public key based on two large prime numbers, along with an auxiliary value. The prime numbers must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, and if the public key is large enough, only someone with knowledge of the prime numbers can decode the message feasibly.[2] Breaking RSA encryption is known as the RSA problem. Whether it is as difficult as the factoring problem remains an open question.
Platform: | Size: 10240 | Author: minddz | Hits:

[Crack HackRSA

Description: Apple iOS和Mac平台,RSA非对称加密算法,能够实现iOS 和 Mac平台的的数据加解密;(Apple iOS and Mac platform, RSA asymmetric encryption algorithm, to achieve the iOS and Mac platform data encryption and decryption;)
Platform: | Size: 477184 | Author: innovator1229 | Hits:

[CSharpRSA&DES_Implement

Description: 本代码使用C#语言实现了RSA和DES算法,其中通过分段处理的方式解决了RSA对较大数据的加解密。(This code block implements the algorithm of RSA & DES,and we resolved the encryption and decryption of data with large size on RSA by segmental processing.)
Platform: | Size: 1024 | Author: On7heMove | Hits:

[Crack HackRSA

Description: python实现的RSA加密解密算法,带图形界面,key.py随机生成公钥私钥,消息可利用加密器解密器进行加密(Python implementation of the RSA encryption and decryption algorithm, with a graphical interface. The key.py randomly generated public key private key, and the message can be encrypted by the RSAencrypt.py and decrypted by RSAdecrypt.py using the key in key.py.)
Platform: | Size: 7532544 | Author: Ming丶彬 | Hits:

[Otherrsa

Description: RSA加密解密,实测可用,可以下载看看;仅供学习,请不要用于商务用途(RSA encryption and decryption)
Platform: | Size: 2048 | Author: whe23 | Hits:

[OtherRSA

Description: 实现rsa简单加密解密,运行后输入选择功能,输入秘钥和数字进行加解密操作(simple rsa encrytion and decryption)
Platform: | Size: 37888 | Author: sunsLorenzo | Hits:

[JSP/JavaRSACoder

Description: RSA加解密代码和签名验证代码的java实现方式(RSA decryption code and signature verification code)
Platform: | Size: 2048 | Author: 买了吗 | Hits:

[Crack HackRSA ALGO

Description: 3 RSA decryption algorithms
Platform: | Size: 5120 | Author: Aminekardi | Hits:

[e-language易语言RSA算法模块

Description: 完整的RSA算法历程,加密解密,生成秘钥(Course, the complete RSA algorithm encryption and decryption, key generation)
Platform: | Size: 7168 | Author: JokerDSDS | Hits:

[Crack Hackrsa

Description: 1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P和q是1024位的,n取2048位。(1. problem description The RSA cryptosystem can be specifically described as: take two large prime numbers P and Q, make n=pq, N= (p-1) (Q-1), select integer D randomly, and satisfy GCD (D, N) =1. Public key: k1= (n, e) Private key: k2= (P, Q, d) Encryption algorithm: for the encrypted message M, its corresponding ciphertext is c=E (m) =me (MODN) Decryption algorithm: D (c) =cd (MODN) 2. basic requirements P, Q, D, e parameters are selected reasonably, the program requires friendly interface and high degree of automation. 4. realization hints To implement a real RSA cryptosystem, the main consideration is to deal with large integers. P and Q are 1024 bits, and N takes 2048.)
Platform: | Size: 1108992 | Author: Appoint | Hits:

[Crack Hackrsa

Description: RSA加密解密,C++语言实现,可以自由输入中英文,符号,数字等各类字符(RSA encryption and decryption)
Platform: | Size: 216064 | Author: Robin078 | Hits:

[Crack HackRSA

Description: RSA加密解密,采用gmp大数库,包括普通解密,蒙哥马利解密,模重复平方+中国剩余定理解密(RSA encryption and decryption, using large numbers gmp library, including common decryption, Montgomery decryption, repeat mode decryption square+ Chinese Remainder Theorem)
Platform: | Size: 994304 | Author: | Hits:

[Communication-Mobilersa

Description: RSA1024 加密解密源码,可移植到其他的嵌入式平台(Rsa1024 encryption and decryption source code, which can be transplanted to other embedded platforms)
Platform: | Size: 243712 | Author: caiyuanwai | Hits:

[Delphi VCLRSA-via-OpenSSL-libeay32-master

Description: delphi Rsa 公、私钥的加密、解密功能(Encryption and decryption functions of Delphi RSA public and private keys)
Platform: | Size: 1105920 | Author: 兰戈 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 38 »

CodeBus www.codebus.net